﻿/* PAGES STYLES:
    FrmAlteracaoSenha.aspx
    FrmSolicitacaoAlterarSenha.aspx
    Menu.aspx
*/

.link-texto {
    font-family: arial;
    color: blue;
    font-size: 10px;
}

.btn-alteracao-senha {
    margin: auto;
}

.row-alteracao-senha-full-width {
    width: 100%
}

.form-alteracao-senha {
    margin: auto;
    width: 500px;
    background-color: white;
    border-style: solid;
    border-width: 5px;
    border-color: yellowgreen;
    border-radius: 24px;
    padding: 15px;
}

.row-alteracao-senha {
    display: table;
    margin-top: 10px;
    text-align: center;
}

.label-alteracao-senha {
    float: left;
    margin-right: 10px;
    width: 25%;
    font-weight: bold;
}

.campo-alteracao-senha {
    float: left;
    width: 80%;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: gray;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

/* Class of Menu.aspx */
.body-menu {
    background-color: rgb(218, 218, 218);
    leftMargin: 0px;
    topMargin: 0px;
    onload: startPix();
    marginwidth: 0px;
    marginheight: 0px;
    ms_positioning: gridlayout;
}

.tb-form {
    z-index: 100;
    position: absolute;
    TOP: 0px;
    LEFT: 0px;
    height: 100%;
    cellSpacing: 1px;
    cellPadding: 1px;
    width: 100%;
    border: 0px;
}

.tb-back {
    width: 754px;
    height: 282px;
    cellSpacing: 1px;
    cellPadding: 1;
    /* background-image: url(images/login/1.jpg); */
    border: 0px;
}

.tb-alinhacontrols {
    width: 240px;
    height: 279px;
    border: 0px;
    cellSpacing: 0px;
    cols: 1px;
    cellPadding: 0px;
}

/* PADRÃO DE TABELAS Menu.aspx */
.tr-menu {
    height: 90px;
}

.td-menu {
    width: 50px;
}

/* CAMPO DO FORMULÁRIO: Menu.aspx*/
.form-menu {
    display: inline;
    font-family: Tahoma;
    height: 22px;
    font-size: 10pt;
    font-weight: bold;
    ms_positioning: FlowLayout;
}

.area-menu {
    width: 163px;
    height: 94px;
    align: center;
}

.link-menu {
    font-family: Arial;
    color: #0026ff;
    font-size: 11px;
    text-decoration: none;
}

/* CAMPO DO FORMULÁRIO: FrmSenhaUsuar.aspx*/
.formulario_texto {
    height: 80%;
    width: 100%;
    border: 0;
    cellSpacing: 1;
    cellPadding: 0;
}

/* PADRÃO DE TABELAS FrmSenhaUsuar.aspx */
.tb-frm {
    width: 700px;
    height: 170px;
    cellSpacing: 1px;
    cellPadding: 0;
    border: 0;
}

.td-frm {
    width: 163px;
    height: 27px;
}

.frm-texto {
    font-size: smaller;
    font-family: arial;
}

.frm-texto-input {
    Width: 86px;
}

.limpar {
    text-decoration: none;
    list-style: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-padding-before: 0px;
    -webkit-padding-after: 0px;
    -webkit-padding-start: 0px;
    -webkit-padding-end: 0px;
}
    .limpar:hover {
        text-decoration: none;
        list-style: none;
    }

.input-group{
    padding-bottom:5px;
}